www.gusucode.com > 茶都拼客网全功能版 8 > 茶都拼客网全功能版 8.8源码程序/teasdxmccom/茶都拼客网V8.8(全功能,无限制,完全开源)/Ku_type/Tie_index.asp

    <%
    set rsmu=server.createobject("adodb.recordset")
    sqlmu="select * from [ku_user] where username='"&mainuser&"'"
    rsmu.open sqlmu,conn,1,1
%>
<div align="center">
	<table border="0" width="730" height="245" cellpadding="0" cellspacing="1" bgcolor="#F2F2F2">
		<tr>
			<td height="180" width="147" bgcolor="#ddcc99" valign="top">
			<table border="0" width="100%" id="table1" height="180" cellpadding="0" cellspacing="0">
				<tr>
					<td height="123">			
					<p align="center">					
<img border="0" src="<%if rsmu("UserPhoto")<>"" then%><%=rsmu("UserPhoto")%>
<%else%>../Img/face/notx100-100.gif<%end if%>" width="100" height="110" alt="楼主【<%=mainuser%>】头像">
					</p></td>
				</tr>
				<tr>
					<td height="20">
					<p align="center"><b>会员</b>:<font color="#FF0000"><%=mainuser%></font></p></td>
				</tr>
<% if rsmu("qq")<>0 then%>
				<tr>
					<td height="20">
					<p align="center">
	  <a  href="tencent://message/?uin=<%=rsmu("QQ")%>&Site=<%=Ku_name%>&Menu=yes" ><img border="0" SRC="http://wpa.qq.com/pa?p=1:<%=rsmu("QQ")%>:10" alt="点击这里给我发消息"></a>
                                         </td>
				</tr>	
<% end if%>

<% if rsmu("email")<>0 then%>
				<tr>
					<td height="20">
<p align="center"><b>邮箱</b>:<img border="0" src="pkxx-Img/Email.gif" width="14" height="14">
<a href="mailto:<%=rsmu("email")%>" target="_blank">点击发送邮件</a>
                                        </td>
				</tr>
<% end if%>

<% if rsmu("tel")<>0 then%>
				<tr>
					<td height="20">
<p align="center"><b>电话</b>:<%=rsmu("tel")%><br>
<font color="#999999">查询该<a href="../mobile-chk.asp?mobile=<%=rsmu("tel")%>" target="_blank"><img border="0" src="pkxx-Img/ph.gif" width="16" height="14"></a>或<a href="../tel-chk.asp?tel=<%=rsmu("tel")%>" target="_blank"><img border="0" src="pkxx-Img/dh.gif" width="14" height="14"></a>归属地</font>
                                        </td>
				</tr>
<% end if%>

<% if rsmu("http")<>0 then%>
				<tr>
					<td height="20">
<p align="center"><b>主页</b>:<img border="0" src="pkxx-Img/http.gif" width="14" height="14">
<a href="<%=rsmu("http")%>" target="_blank">点击浏览主页</a></td>
				</tr>
<% end if%>

				<tr>
					<td height="20">
<p align="center"><b>时间</b>:<img border="0" src="pkxx-Img/tj.gif" width="14" height="14">
<%=DateTimeFormat(rsmsg("addtime"),8)%></td>
				</tr>

<% if rsmu("loginip")<>"" then%>
				<tr>
					<td height="20">
<p align="center"><b>IP</b>:<img border="0" src="pkxx-Img/ip.gif">
<a title="点击查询IP地址" href="../ip.asp?ip=<%=rsmu("loginip")%>" target="_blank"><%=rsmu("loginip")%></a></td>
				</tr>	
<% end if%>										
			</table>
			</td>
			<td height="180" width="580" bgcolor="#ddccaa" valign="top">
			<div align="center">
<table border="0" width="100%" id="table2" cellpadding="0" cellspacing="0" height="180">
					<tr>
						<td height="3" width="100%" colspan="2"></td>
					</tr>
					<tr>
						<td height="25" bgcolor="#FF8000" width="520">&nbsp;<font color="#800000"><b>主题:</b></font><b><font color="#FFFFFF"><%=rsmsg("title")%></font></b></td>
						<td height="25" bgcolor="#FF8000" width="60"><b>
						<font color="#FFFFFF">楼主</font></b></td>
					</tr>
					<tr>
						<td height="5" width="100%" colspan="2"></td>
					</tr>
					<tr>
<td height="130" valign="top" width="100%" colspan="2">
<table><tr>
<td align="left" width="500" height="150"><%=rsmsg("content")%></td>
<!--帖间广告位 开始-->
<td align="top" bgcolor="#FF99aa" height="150">
<% Call Ku_AD(36) %>
</td>
<!--帖间广告位 结束-->
</tr></table>
</td>

					</tr>					
					<tr>
						<td height="20" width="100%" colspan="2"> 
						<p align="right">编辑此贴  置顶此贴  删除此贴</td>
					</tr>
				</table>
<!--【圈子话题】页面-【楼主帖子】下方广告位-->
<hr>
<% Call Ku_AD(34) %>
<!--【圈子话题】页面-【楼主帖子】下方广告位-->
			</div>
			</td>
		</tr>
	</table>
<hr>
</div>